fix(blog): publish 3 stuck colorimetry/fpv posts + add missing Color Science series - #18
Merged
Merged
Conversation
…Science series - colorimetry/mini-spectrometer-grating, uv-fluorescence-experiments: future dates (Nov 2026) -> today; Hugo was skipping them (buildFuture off) - fpv/betaflight-vtx-indexing-trap: draft:true -> false (was being skipped) - colorimetry/laser-power-meter, portable-vis-spectrometer, reverse-engineering-cr30: add missing 'series: Color Science' - both EN + LT versions updated where present
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why some posts weren't rendering
Hugo skips future-dated posts and drafts by default (
buildFuture/buildDraftsare off in config). Three finished posts were being silently excluded from the build:colorimetry/mini-spectrometer-gratingdate: 2026-11-02(future)2026-07-30T14:00(EN + LT)colorimetry/uv-fluorescence-experimentsdate: 2026-11-09(future)2026-07-30T18:00(EN + LT)fpv/betaflight-vtx-indexing-trapdraft: truedraft: false(EN + LT)Missing
seriesThree colorimetry posts had no
series, fragmenting the Color Science arc and breaking the related-content sidebar:colorimetry/laser-power-meter→Color Sciencecolorimetry/portable-vis-spectrometer→Color Sciencecolorimetry/reverse-engineering-cr30→Color ScienceAll six colorimetry posts are now a coherent Color Science series.
fpv/drone-detector-nnintentionally left unassigned (acoustic ML post, not an FPV build).Scope: frontmatter only — no body content changed. 9 files, +12/−6.